gdk_gl_texture_from_surface - fix software fallback
authorAlexander Larsson <alexl@redhat.com>
Mon, 15 Dec 2014 20:55:10 +0000 (21:55 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 15 Dec 2014 20:57:02 +0000 (21:57 +0100)
commit2693496b56092cba65a49fb6f4199f5efbd5e5e2
tree70352d3f90908547465218e406fa97ec9596473b
parent4a4125bcfc252deecaab4547c891495b8e0ee5af
gdk_gl_texture_from_surface - fix software fallback

We can't combine multiple draws into one for the software fallback,
because each quad has a different texture. And we generally don't
want to make a larger single texture because then we would have
to upload more data.
gdk/gdkgl.c